projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76712f0
)
* test/Makefile.in (.SECONDARY): Stop make deleting .elc files.
author
Glenn Morris
<rgm@gnu.org>
Wed, 31 May 2017 16:56:40 +0000
(12:56 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 31 May 2017 16:56:40 +0000
(12:56 -0400)
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index 0d1663a4cdd184dc038275f479d850419ced7382..4f12a8ea48c0d1c9a0b369a16d99d85bba82701d 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-150,6
+150,9
@@
TESTS := $(LOGFILES:.log=)
## see what the problem was.
.PRECIOUS: %.log
+## Stop make deleting these as intermediate files.
+.SECONDARY: ${ELFILES:.el=.elc}
+
.PHONY: ${TESTS}
define test_template